ImageStorage.height

Gets the height of the image

  1. size_t height [@property getter]
    interface ImageStorage(Color)
    @property @nogc nothrow @safe
    size_t
    height
    ()
    if (
    isColor!Color
    )
  2. size_t height [@property getter]
  3. size_t width [@property getter]
  4. size_t width [@property getter]

Meta